SixBit API Schema
FeedbackMessageSentType Simple Type
Description
The feedback message sent by the seller.
Namespace (none)
Type
Restriction of xs:string
Diagram
FeedbackMessageSentType Simple Type
Overview
FeedbackMessageSentType Restriction of xs:string
The feedback message sent by the seller.
Facets
MaxLength250
MinLength0
Source
<xs:simpleType name="FeedbackMessageSentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The feedback message sent by the seller.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="250" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.